home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / VCLZip / kp222_b5.exe / KPZCNST.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-23  |  2.3 KB  |  65 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'kpZcnst.pas' rev: 5.00
  6.  
  7. #ifndef kpZcnstHPP
  8. #define kpZcnstHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <SysInit.hpp>    // Pascal unit
  14. #include <System.hpp>    // Pascal unit
  15.  
  16. //-- user supplied -----------------------------------------------------------
  17.  
  18. namespace Kpzcnst
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. //-- var, const, procedure ---------------------------------------------------
  22. static const Byte IDS_OPENZIP = 0xb0;
  23. static const Byte IDS_ZIPNAMEFILTER = 0xb1;
  24. static const Byte IDS_CANCELDESTDIR = 0xb2;
  25. static const Byte IDS_INDEXOUTOFRANGE = 0xb3;
  26. static const Byte IDS_CANCELLOADDISK = 0xb4;
  27. static const Byte IDS_CANCELOPERATION = 0xb5;
  28. static const Byte IDS_INCOMPLETEZIP = 0xb6;
  29. static const Byte IDS_INVALIDZIP = 0xb7;
  30. static const Byte IDS_INSERTDISK = 0xb8;
  31. static const Byte IDS_OFMULTISET = 0xb9;
  32. static const Byte IDS_CANCELZIPNAME = 0xba;
  33. static const Byte IDS_CANCELZIPOPERATION = 0xbb;
  34. static const Byte IDS_NEWFIXEDNAME = 0xbc;
  35. static const Byte IDS_ZIPFILESFILTER = 0xbd;
  36. static const Byte IDS_SEEKERROR = 0xbe;
  37. static const Byte IDS_SEEKORIGINERROR = 0xbf;
  38. static const Byte IDS_PUTBACKOVERFLOW = 0xc0;
  39. static const Byte IDS_LOWMEM = 0xc1;
  40. static const Byte IDS_PREMEND = 0xc2;
  41. static const Byte IDS_REPLACEFILE = 0xc3;
  42. static const Byte IDS_FILEXISTALERT = 0xc4;
  43. static const Byte IDS_UNKNOWNMETH = 0xc5;
  44. static const Byte IDS_ZIPERROR = 0xc6;
  45. static const Byte IDS_OUTPUTTOLARGE = 0xc7;
  46. static const Byte IDS_NOTREGISTERED = 0xc8;
  47. static const Byte IDS_WARNING = 0xc9;
  48. static const Byte IDS_NOCOPY = 0xca;
  49. static const Byte IDS_ERROR = 0xcb;
  50. static const Byte IDS_NOTENOUGHROOM = 0xcc;
  51. static const Byte IDS_CANTCREATEZCF = 0xcd;
  52. static const Byte IDS_CANTWRITEZCF = 0xce;
  53. static const Byte IDS_CANTWRITEUCF = 0xcf;
  54.  
  55. }    /* namespace Kpzcnst */
  56. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  57. using namespace Kpzcnst;
  58. #endif
  59. #pragma option pop    // -w-
  60. #pragma option pop    // -Vx
  61.  
  62. #pragma delphiheader end.
  63. //-- end unit ----------------------------------------------------------------
  64. #endif    // kpZcnst
  65.